https://csse.utoronto.ca/has_status
Indicates the status of the partnership opportunity (e.g. active, concluded, etc.)
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:partnership_opportunity | bedeo:has_status | xsd:string |
@prefix bedeo: <https://csse.utoronto.ca/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
bedeo:has_status a owl:DatatypeProperty ;
rdfs:label "Has status"@en ;
rdfs:comment "Indicates the status of the partnership opportunity (e.g. active, concluded, etc.)"@en ;
rdfs:domain bedeo:partnership_opportunity ;
rdfs:range xsd:string ;
rdfs:subPropertyOf owl:topDataProperty .