All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webapp.data.demo.demoprofile.ttl Maven / Gradle / Ivy

Go to download

Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update.

The newest version!
@prefix cn: 
  
# /tutorial/cdn

st:cdn a st:Server ;
    st:service "cdn" ;
    st:transform st:cdn ;
    
    st:param [
      st:import st:history
    ] ;
    
    st:content st:cdncontent  
  .  
    
st:cdncontent a sw:Workflow ; sw:body ( 
[ a sw:Load ; sw:named true ; sw:path 
   ,   , 
   ,     ,  , 
   ,      ,   , 
   ,     ,
   ,   , 
   ,   ,   , 
   ,   ,   , 
   ,    ,  	
] 
).

    
 st:history a st:Profile ;
    st:transform st:cdn ;        
    st:param [
      st:text ( "Antiquité" "France" "Contexte" "Savoie, Piémont" "Comté de Nice");
      st:topic ( (cn:rome) (cn:fr) (cn:emp cn:context) (cn:mds) (cn:cdn)) ;      
      st:min -700 ;
      st:max 3000 ;
    ] .
    
    
 st:antiquity a st:Profile ;
    st:transform st:cdn ;    
    st:param [      
      st:text ( "Antiquité"  "France" "Contexte" );
      st:topic ( (cn:rome) (cn:fr) (cn:emp cn:context) ) ;      
      st:uri cn:I ;
      st:min -700 ;
      st:max 500 ;
    ] .
         




© 2015 - 2025 Weber Informatics LLC | Privacy Policy