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

com.bigdata.rdf.sparql.ast.eval.search-2.trig Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
# Test using example based on 
# Understanding Search Engines  by Barry and Browne. I recommend the book as
# a good overview of search engine basis and an excellent reader for latent semantic
# indexing (Barry was one of the original people involved with LSI).
# There is a worksheet src/architecture/search.xls that gives the 
# background for this test.  There is also a detailed example in the full text
# index search code.
@prefix :  .
@prefix rdf:  .
@prefix rdfs:  .
:search-2 {

    # Infant & Toddler First Aid 
	:book1 rdfs:label "Infant Toddler" .

    # Babies Children's Room (For Your Home)
    :book2 rdfs:label "Bab Child Home" .

    # Child Safety at Home
    :book3 rdfs:label "Child Safety Home" . 

    # Your Baby's Health and Safety: From Infant to Toddler
    :book4 rdfs:label "Bab Health Safety Infant Toddler" .

    # Baby Proofing Basics
    :book5 rdfs:label "Bab Proofing" .

    # Your Guide To Easy Rust Proofing
    :book6 rdfs:label "Guide Proofing" .

    # Beanie Babies Collector's Guide
    :book7 rdfs:label "Bab Guide" .

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy