@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://spinrdf.org/spin#> . @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#> . ns0:abstract a owl:AnnotationProperty, owl:DatatypeProperty ; rdfs:comment "Can be set to true to indicate that this module shall not be instantiated. Abstract modules are only there to organize other modules into hierarchies." ; rdfs:domain ns0:Module ; rdfs:label "abstract" ; rdfs:range xsd:boolean ; rdfs:subPropertyOf ns0:systemProperty .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://spinrdf.org/spin#> .
@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#> .

ns0:abstract
    a owl:AnnotationProperty, owl:DatatypeProperty ;
    rdfs:comment "Can be set to true to indicate that this module shall not be instantiated. Abstract modules are only there to organize other modules into hierarchies." ;
    rdfs:domain ns0:Module ;
    rdfs:label "abstract" ;
    rdfs:range xsd:boolean ;
    rdfs:subPropertyOf ns0:systemProperty .