@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://vocab.deri.ie/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix adms: <http://www.w3.org/ns/adms#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ns1: <http://vocab.deri.ie/csp#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix ns2: <http://> . @prefix ns3: <http://purl.org/adms/status/> . @prefix ns4: <http://purl.org/adms/assettype/> . ns0:csp dc:creator ns1:alepas, ns1:fbadra, ns1:fpservant ; dct:created "2011-03-09"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:description "A vocabulary to represent Constraint Satisfaction Problems (CSPs) in which constraints are expressed by Boolean expressions on fluents.</b>" ; dct:modified "2011-06-29"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:partOf <http://vocab.deri.ie> ; dct:publisher "http://vocab.deri.ie/csp#DERI%2C%20NUI%20Galway" ; dct:status ns3:UnderDevelopment ; dct:title "CSP - A vocabulary to represent Constraint Satisfaction Problems." ; dct:type ns4:Ontology ; vann:preferredNamespacePrefix "csp" ; vann:preferredNamespaceUri "http://vocab.deri.ie/csp#" ; a owl:NamedIndividual, owl:Ontology, adms:SemanticAsset ; foaf:homepage <http://vocab.deri.ie/csp.html> . ns1:Renault foaf:homepage ns0:csp . ns1:fpservant foaf:homepage ns0:csp . ns1:rdf dct:FileFormat ns0:csp . ns1:ttl dct:FileFormat ns0:csp .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns1: <http://vocab.deri.ie/csp#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns2: <http://> .
@prefix ns3: <http://purl.org/adms/status/> .
@prefix ns4: <http://purl.org/adms/assettype/> .

ns0:csp
    dc:creator ns1:alepas, ns1:fbadra, ns1:fpservant ;
    dct:created "2011-03-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:description "A vocabulary to represent Constraint Satisfaction Problems (CSPs) in which constraints are expressed by Boolean expressions on fluents.</b>" ;
    dct:modified "2011-06-29"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:partOf <http://vocab.deri.ie> ;
    dct:publisher "http://vocab.deri.ie/csp#DERI%2C%20NUI%20Galway" ;
    dct:status ns3:UnderDevelopment ;
    dct:title "CSP - A vocabulary to represent Constraint Satisfaction Problems." ;
    dct:type ns4:Ontology ;
    vann:preferredNamespacePrefix "csp" ;
    vann:preferredNamespaceUri "http://vocab.deri.ie/csp#" ;
    a owl:NamedIndividual, owl:Ontology, adms:SemanticAsset ;
    foaf:homepage <http://vocab.deri.ie/csp.html> .

ns1:Renault
    foaf:homepage ns0:csp .

ns1:fpservant
    foaf:homepage ns0:csp .

ns1:rdf
    dct:FileFormat ns0:csp .

ns1:ttl
    dct:FileFormat ns0:csp .