[dxwg] Property to link to the actual implementation artefacts

dr-shorthair has just created a new issue for https://github.com/w3c/dxwg:

== Property to link to the actual implementation artefacts ==
On the basis of a small test of the Profile Description ontology 
https://github.com/w3c/dxwg/blob/profiledesc-examples-simon/profiledesc/examples/adms.ttl 
I think we need a property to carry explicit links from the `ImplResourceDesc` (an association class) and the actual implementation resource. 

I suggest calling this either `pd:artefact` or `pd:implementationResource` with the RDF definition
```
pd:artefact
  rdf:type owl:ObjectProperty ;
  rdfs:comment "The artefact (resource) linked to a profile through an Implementation Resource Descriptor" ;
  rdfs:domain pd:ImplResourceDesc ;
  rdfs:label "artefact (resource) " ;
  skos:editorialNote "A property to link from a pd:ImplResourceDesc to the actual implementation resource. " ;
.
```
Related to #323 and #355 

Please view or discuss this issue at https://github.com/w3c/dxwg/issues/362 using your GitHub account

Received on Thursday, 20 September 2018 06:28:16 UTC