restoring hasCollaborator and affiliatedOrganization for 1.6
This commit is contained in:
parent
d4a91d3a83
commit
a3d138698d
3 changed files with 9 additions and 19 deletions
File diff suppressed because one or more lines are too long
|
@ -1,17 +0,0 @@
|
||||||
PREFIX vivo: <http://vivoweb.org/ontology/core#>
|
|
||||||
PREFIX owl: <http://www.w3.org/2002/07/owl#Thing>
|
|
||||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
|
||||||
|
|
||||||
CONSTRUCT {
|
|
||||||
?person1 vivo:relatedBy _:relationship .
|
|
||||||
?person2 vivo:relatedBy _:relationship .
|
|
||||||
_:relationship vivo:relates ?person1 .
|
|
||||||
_:relationship vivo:relates ?person2 .
|
|
||||||
} WHERE {
|
|
||||||
{ ?person1 vivo:hasCollaborator ?person2
|
|
||||||
FILTER NOT EXISTS {
|
|
||||||
?person1 vivo:relatedBy ?relationship .
|
|
||||||
?relationship vivo:relates ?person2
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -945,7 +945,14 @@
|
||||||
|
|
||||||
</owl:DatatypeProperty>
|
</owl:DatatypeProperty>
|
||||||
|
|
||||||
|
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#hasCollaborator">
|
||||||
|
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||||
|
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||||
|
</owl:ObjectProperty>
|
||||||
|
|
||||||
|
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#affiliatedOrganization">
|
||||||
|
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||||
|
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||||
|
</owl:ObjectProperty>
|
||||||
|
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue