Re: [dxwg] question > is a software solution a dcat:Dataset? (#1221)

> I would like to see those modeled in DCAT because I think that getting this discussion more "real" matters. Let's show our work. 
```
samp:Specimen
  rdf:type owl:Class ;
  rdfs:label "Specimen" ;
  rdfs:subClassOf dcat:Resource ;
.

ga:r1985-MtIsa-Wyb-398
  rdf:type samp:Specimen ;
  dct:accessRights [
      rdf:type dct:RightsStatement ;
      dct:description "Access to GA staff only" ;
    ] ;
  dct:created "1985-08-20" ;
  dct:creator <https://orcid.org/0000-0001-5976-4943> ;
  dct:description "Granite from Mt Isa" ;
  dct:identifier "1985-MtIsa-Wyb-398" ;
  dct:type dctype:PhysicalObject ;
  rdfs:label "Specimen 1" ;
  dcat:theme [
      rdf:type skos:Concept ;
      skos:prefLabel "Rock" ;
    ] ;
  prov:qualifiedAttribution [
      rdf:type prov:Attribution ;
      dcat:hadRole <http://registry.it.csiro.au/def/isotc211/CI_RoleCode/custodian> ;
      prov:agent <https://ror.org/04ge02x20> ;
    ] ;
  samp:atStorageLocation [
      rdf:type dct:Location ;
      dct:description "Bay 3a, shelf 7, position 28" ;
    ] ;
  samp:hasSize [
      rdf:type qudt:Quantity ;
      qudt:hasQuantityKind quantitykind:Mass ;
      qudt:quantityValue [
          rdf:type qudt:QuantityValue ;
          qudt:numericValue "0.654"^^dtype:numericUnion ;
          qudt:unit unit:KiloGM ;
        ] ;
    ] ;
  samp:material [
      rdf:type skos:Concept ;
      skos:prefLabel "Rock" ;
    ] ;
.
```

-- 
GitHub Notification of comment by dr-shorthair
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1221#issuecomment-607040099 using your GitHub account

Received on Wednesday, 1 April 2020 05:26:14 UTC